projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a16c4c
)
(pascal-mode): Make comment-indent-function buffer local.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 7 Dec 1996 20:33:22 +0000
(20:33 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 7 Dec 1996 20:33:22 +0000
(20:33 +0000)
lisp/progmodes/pascal.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/pascal.el
b/lisp/progmodes/pascal.el
index d347461908918c06173832f851a21b5028e573a4..1055e692689f1dd918ec8b9d17a6de0215af6c4e 100644
(file)
--- a/
lisp/progmodes/pascal.el
+++ b/
lisp/progmodes/pascal.el
@@
-317,6
+317,7
@@
no args, if that value is non-nil."
(set-syntax-table pascal-mode-syntax-table)
(make-local-variable 'indent-line-function)
(setq indent-line-function 'pascal-indent-line)
+ (make-local-variable 'comment-indent-function)
(setq comment-indent-function 'pascal-indent-comment)
(make-local-variable 'parse-sexp-ignore-comments)
(setq parse-sexp-ignore-comments nil)